home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1998 April / Designer's Club 1998 April.iso / pc / Ideasrc / PROTECT.DIR / 00021_Script_tutorial button hide < prev    next >
Text File  |  1998-03-13  |  221b  |  11 lines

  1. on mousedown
  2.   repeat while the mousedown
  3.     set the visible of sprite (the clickon) to false
  4.     updatestage
  5.   end repeat
  6.   set the visible of sprite (the clickon) to true
  7.   updatestage
  8.   go the frame +1
  9. end
  10.  
  11.